com.sun.n1.sps.model.component
Interface CompCheckInInfo


public interface CompCheckInInfo

Container of information relevant to a single component checkin.


Method Summary
 java.lang.String getComponentName()
          Returns the associated component's name.
 java.lang.String getComponentType()
          Returns the component's type's name.
 VersionNumber getComponentVersion()
          Returns the component's version number.
 java.lang.String getHostName()
          For this checkin, returns the name of the originating host.
 CompCheckInID getID()
          Returns this checkin's id.
 CompStatus getStatus()
          Return this checkin's status.
 UserID getTaskOwner()
          Returns the userID of the user who started the checkin.
 

Method Detail

getID

CompCheckInID getID()
Returns this checkin's id.

Returns:
id

getComponentName

java.lang.String getComponentName()
Returns the associated component's name.

Returns:
component name as string

getComponentType

java.lang.String getComponentType()
Returns the component's type's name.

Returns:
component type name as string

getHostName

java.lang.String getHostName()
For this checkin, returns the name of the originating host. If the checkin began from the CLUI, this will return null.

Returns:
host name as a string

getComponentVersion

VersionNumber getComponentVersion()
Returns the component's version number.

Returns:
component version number object

getTaskOwner

UserID getTaskOwner()
Returns the userID of the user who started the checkin.

Returns:
the userID of the user who started the checkin.

getStatus

CompStatus getStatus()
Return this checkin's status.

Returns:
status as CompStatus